-- card: 7063 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2808 -- name: -- part contents for background part 5 ----- text ----- The ResCopy command returns a string to HyperTalk to let you know what actually happened when the command was called. To see what happened, use HyperTalk's Result property. You can say "GET THE RESULT" or "PUT THE RESULT IN IT" to get the result code. The code will be either "OK" or "ERR" followed by a number. ERR1 means the wrong number of parameters were passed. ERR2 means the source file couldn't be opened. ERR3 means a new destination file couldn't be created. ERR4 means the resource to be copied wasn't found in the source. OK1 means the resource was copied OK to an existing file. OK2 means a new destination file or resource fork was created. OK3 means an existing resource was replaced by the copied one. -- part contents for background part 7 ----- text ----- 15